.blgcomment-list>li:nth-child(n+2) {
    margin-block-start: 15px !important;
}
.custom-card {
    border: 1px solid #ced4da;
}
.customizer-action svg{
    width: 23px !important;
    color: #ffffff !important;
}
.active-mode{
    border: solid 2px #000000 !important;
}
.property-img{
    max-width: 507px;
    max-height: 286px;
}
.text-justify{
    text-align: justify;
}
.custom .media{
    padding: 10px !important;
}
.user-avatar{
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 410px) {
    .header_li {
        display: none !important;
    }
}
.blgcomment-list li .media img{
    width: auto;
    height: 40px !important;
}

#card-element {
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
    padding: 13px !important;
}
.codex-sidebar .logo-gridwrap{
    padding: 0px 16px !important;
}

.setting-logo{
    width:300px !important;;
}

.landing-logo{
    width: 180px !important;
}
.lan-footer .codex-brand{
    margin-block-end: 0px !important;
}
.email-sidebar ul.custom-sidebarmenu-list {
    margin-block-start: 0px;
}
.invoice-logo{
    width: 250px;
}

.codex-calendar .events-list li{
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
}
.codex-calendar .events-list{
    overflow: auto;
    height: 863px;
}
.landing_logo{
    filter: drop-shadow(2px 3px 7px #011C4B);
}
.head-invoice img{
    width: 250px;
}
.cdx-invoice .body-invoice .table tr td{
    padding: 10px 10px !important;
}

.codex-brand img {
    width: 300px;
}
.intro {
    background-repeat: no-repeat;
    background-size: cover;
}

.landing_dash {
    position: absolute;
    right: 0px;
    top: 50%;
    left: auto;
    bottom: 0;
    transform: translateY(-50%);
    overflow: hidden;
    height: 572px;
    display: flex;
    align-items: center;
    width: 60%;
}

.landing_dash img {
    object-fit: cover;
    position: relative;
    right: -220px;
    border-radius: 10px;
    left: auto;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .landing_dash {
        display: none;
    }
}

.lan-footer {
    text-align: center;
    background-color: unset;
}
.lan-footer .support-contain p {
    color: #051722;
    font-size: calc(16px + 4*(100vw - 420px) / 1500);
}

.select2-container .select2-selection--single {
    height: 43px !important;
    border-color: #e5e5e5;
}
.select2-container .select2-selection--multiple{
    min-height: 43px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #e5e5e5;
}


@media screen and (max-width: 1440px) {
    .pricing-grid > div:nth-child(n+4) {
        margin-block-start: auto;
    }
}

.signature-preview {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 120px;
    height: 40px;
    border: 2px dashed #ff000066;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.05s linear;
}

.signature-marker {
    position: absolute;
    width: 120px;
    height: 40px;
    z-index: 2;
    border: 2px dashed red;
    background: rgba(255,0,0,0.1);
    pointer-events: none;
}

.signature-marker .remove-marker {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    cursor: pointer;
    color: white;
    background: red;
    border-radius: 50%;
    padding: 5px 5px;
    pointer-events: all; /* silme butonu tıklanabilir */
}

.signature-panel li {
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.signature-panel li.selectable {
    cursor: pointer;
    transition: .5s;
}

.signature-panel li.selectable:hover {
    background-color: var(--primary-bg-color);
    color: white;
}

.signature-panel li.selectable:hover span {
    color: white;
}

.signature-panel li.selectable:hover span small {
    color: white;
}

.signature-panel li.accepted {
    background-color: #a9dca95e;
}

.signature-panel li.accepted span {
    color: #649d64;
}

.signature-panel li.accepted span small {
    color: #649d64;
}

.signature-panel li.accepted i {
    color: #649d64;
}

.signature-panel li.rejected {
    background-color: #d33;
}

.signature-panel li.rejected span {
    color: white;
}

.signature-panel li.rejected span small {
    color: white;
}

.signature-panel li.rejected i {
    color: white;
}

.signature-panel li span{
    font-weight: bold;
    color: var(--primary-bg-color);
}

.signature-panel li span small{
    color: rgb(26 124 188 / 64%);
}

.signature-panel li i{
    font-size: 20px;
}

.signature-panel .audit {
    margin-top: 10px;
}

.audit span:first-child {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.audit span:last-child {
    display: block;
    font-size: 12px;
    color: #666;
}

.sign-pad-button-clear {
    margin-top: 1rem;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 1;
    color: #ffffff;
    background-color: #8392a5 !important;
    border: none;
}

.sign-pad-button-submit {
    margin-top: 1rem;
    border-radius: 5px;
    padding: 10px 15px;
    line-height: 1;
    color: #ffffff;
    background-color: #4caf50 !important;
    border: none;
}

/* Tablonun tüm borderlarını kaldır */
.documentTable {
    margin-top: 1rem !important;
    border: none;
    box-shadow: 0 1px 4px 1px #d4d4d4;
    border-radius: 5px;
}

.documentTable thead tr th {
    border-bottom: 1px solid #d4d4d4 !important;
}

.documentTable td {
    transform: capitalize;
    font-size: 14px;
}

.documentTable.table, 
.documentTable th, 
.documentTable td {
    border: none !important;
}

/* İsteğe bağlı: hover efekti vs. varsa kaldır */
.documentTable tbody tr:hover {
    background-color: transparent !important;
}

.rejectReason .card {
    box-shadow: 0 0 5px 5px rgb(5 23 34 / 8%);
    border-radius: 10px;
}

.rejectReason .card-header span {
    font-size: 18px;
    font-weight: bold;
    color: #d33;
    margin-bottom: 1rem;
}